home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / guile-ii.src / guile-ii / guile-src / slib / scaglob.scm < prev    next >
Encoding:
Text File  |  1994-05-25  |  741 b   |  24 lines

  1. ;;; "scaglob.scm" syntax-case initializations
  2. ;;; From: Harald Hanche-Olsen <hanche@imf.unit.no>
  3.  
  4. ;;; This file was munged by a simple minded sed script since it left
  5. ;;; its original authors' hands.  See syncase.sh for the horrid details.
  6.  
  7. ;;; init.ss
  8. ;;; Robert Hieb & Kent Dybvig
  9. ;;; 92/06/18
  10.  
  11. ; These initializations are done here rather than "expand.ss" so that
  12. ; "expand.ss" can be loaded twice (for bootstrapping purposes).
  13.  
  14. (define expand-syntax #f)
  15. (define syntax-dispatch #f)
  16. (define generate-temporaries #f)
  17. (define identifier? #f)
  18. (define syntax-error #f)
  19. (define syntax-object->datum #f)
  20. (define bound-identifier=? #f)
  21. (define free-identifier=? #f)
  22. (define syncase:install-global-transformer #f)
  23. (define implicit-identifier #f)
  24.